home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / man / cmds.fmt / tftp.man < prev    next >
Text File  |  1989-06-15  |  4KB  |  133 lines

  1.  
  2.  
  3.  
  4. TFTP                      User Commands                      TFTP
  5.  
  6.  
  7.  
  8. NNAAMMEE
  9.      tftp - trivial file transfer program
  10.  
  11. SSYYNNOOPPSSIISS
  12.      ttffttpp [ host ]
  13.  
  14. DDEESSCCRRIIPPTTIIOONN
  15.      _T_f_t_p is the user interface to the Internet TFTP (Trivial
  16.      File Transfer Protocol), which allows users to transfer
  17.      files to and from a remote machine.  The remote _h_o_s_t may be
  18.      specified on the command line, in which case _t_f_t_p uses _h_o_s_t
  19.      as the default host for future transfers (see the ccoonnnneecctt
  20.      command below).
  21.  
  22. CCOOMMMMAANNDDSS
  23.      Once _t_f_t_p is running, it issues the prompt ttffttpp>> and recog-
  24.      nizes the following commands:
  25.  
  26.      ccoonnnneecctt _h_o_s_t-_n_a_m_e [ _p_o_r_t ]
  27.           Set the _h_o_s_t (and optionally _p_o_r_t) for transfers.  Note
  28.           that the TFTP protocol, unlike the FTP protocol, does
  29.           not maintain connections betweeen transfers; thus, the
  30.           _c_o_n_n_e_c_t command does not actually create a connection,
  31.           but merely remembers what host is to be used for
  32.           transfers.  You do not have to use the _c_o_n_n_e_c_t command;
  33.           the remote host can be specified as part of the _g_e_t or
  34.           _p_u_t commands.
  35.  
  36.      mmooddee _t_r_a_n_s_f_e_r-_m_o_d_e
  37.           Set the mode for transfers; _t_r_a_n_s_f_e_r-_m_o_d_e may be one of
  38.           _a_s_c_i_i or _b_i_n_a_r_y.  The default is _a_s_c_i_i.
  39.  
  40.      ppuutt _f_i_l_e
  41.      ppuutt _l_o_c_a_l_f_i_l_e _r_e_m_o_t_e_f_i_l_e
  42.      ppuutt _f_i_l_e_1 _f_i_l_e_2 ... _f_i_l_e_N _r_e_m_o_t_e-_d_i_r_e_c_t_o_r_y
  43.           Put a file or set of files to the specified remote file
  44.           or directory.  The destination can be in one of two
  45.           forms: a filename on the remote host, if the host has
  46.           already been specified, or a string of the form
  47.           _h_o_s_t:_f_i_l_e_n_a_m_e to specify both a host and filename at
  48.           the same time.  If the latter form is used, the host-
  49.           name specified becomes the default for future
  50.           transfers.  If the remote-directory form is used, the
  51.           remote host is assumed to be a _U_N_I_X machine.
  52.  
  53.      ggeett _f_i_l_e_n_a_m_e
  54.      ggeett _r_e_m_o_t_e_n_a_m_e _l_o_c_a_l_n_a_m_e
  55.      ggeett _f_i_l_e_1 _f_i_l_e_2 ... _f_i_l_e_N
  56.           Get a file or set of files from the specified _s_o_u_r_c_e_s.
  57.           _S_o_u_r_c_e can be in one of two forms: a filename on the
  58.           remote host, if the host has already been specified, or
  59.           a string of the form _h_o_s_t:_f_i_l_e_n_a_m_e to specify both a
  60.  
  61.  
  62.  
  63. Sprite v1.0              April 20, 1986                         1
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70. TFTP                      User Commands                      TFTP
  71.  
  72.  
  73.  
  74.           host and filename at the same time.  If the latter form
  75.           is used, the last hostname specified becomes the
  76.           default for future transfers.
  77.  
  78.      qquuiitt Exit _t_f_t_p.  An end of file also exits.
  79.  
  80.      vveerrbboossee
  81.           Toggle verbose mode.
  82.  
  83.      ttrraaccee
  84.           Toggle packet tracing.
  85.  
  86.      ssttaattuuss
  87.           Show current status.
  88.  
  89.      rreexxmmtt _r_e_t_r_a_n_s_m_i_s_s_i_o_n-_t_i_m_e_o_u_t
  90.           Set the per-packet retransmission timeout, in seconds.
  91.  
  92.      ttiimmeeoouutt _t_o_t_a_l-_t_r_a_n_s_m_i_s_s_i_o_n-_t_i_m_e_o_u_t
  93.           Set the total transmission timeout, in seconds.
  94.  
  95.      aasscciiii
  96.           Shorthand for "mode ascii"
  97.  
  98.      bbiinnaarryy
  99.           Shorthand for "mode binary"
  100.  
  101.      ??  [ _c_o_m_m_a_n_d-_n_a_m_e ... ]
  102.           Print help information.
  103.  
  104. BBUUGGSS
  105.      Because there is no user-login or validation within the _T_F_T_P
  106.      protocol, the remote site will probably have some sort of
  107.      file-access restrictions in place.  The exact methods are
  108.      specific to each site and therefore difficult to document
  109.      here.
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129. Sprite v1.0              April 20, 1986                         2
  130.  
  131.  
  132.  
  133.